ArcPad Layer Definition File Schema
HASHSYMBOL Element
See Also  Send comments on this topic.
ArcPad Layer Definition File Schema > COMPLEXLINESYMBOL Element : HASHSYMBOL Element

Glossary Item Box

Description

Used to define a hash symbol in a complex line symbol.

Diagram

SIMPLELINESYMBOL Element GROUPSYMBOL Element COMPLEXLINESYMBOL Element Sequence HASHSYMBOL Element

Overview

HASHSYMBOL
Used to define a hash symbol in a complex line symbol.
angle optional Restriction of xs:double
Sequence
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
SIMPLELINESYMBOL
Used to symbolize line features.

Attributes

NameTypeUseDefaultFixedDescription
angleRestriction of xs:doubleoptional0.0  

Examples

Restrictions

One line symbol child element is required with HASHSYMBOL (SIMPLELINESYMBOL, COMPLEXLINESYMBOL, or GROUPSYMBOL).

Source

<xs:element name="HASHSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a hash symbol in a complex line symbol.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="COMPLEXLINESYMBOL" />
      <xs:element ref="GROUPSYMBOL" />
      <xs:element ref="SIMPLELINESYMBOL" />
    </xs:sequence>
    <xs:attribute default="90.0" ref="angle">
      <xs:annotation>
        <xs:documentation>The angle of the hash symbol relative to the line (e.g., 90.0 means perpendicular to the line).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.